Data Structures |
class | BrownNoise |
class | Filter |
class | Controller |
| Example Note Expression Edit Controller. More...
|
class | Processor |
| Example Note Expression Audio Processor. More...
|
class | ControllerWithUI |
| Example Note Expression Audio Controller + User Interface. More...
|
class | ProcessorWithUIController |
| Example Note Expression Audio Processor + User Interface. More...
|
struct | GlobalParameterState |
class | VoiceStatics |
class | Voice |
| Example Note Expression Synth Voice Class. More...
|
Enumerations |
enum | {
kParamReleaseTime,
kParamNoiseVolume,
kParamSinusVolume,
kParamTriangleVolume,
kParamSinusDetune,
kParamBypassSNA,
kParamTriangleSlop,
kParamFilterType,
kParamFilterFreq,
kParamFilterQ,
kParamMasterVolume,
kParamMasterTuning,
kParamVelToLevel,
kParamFilterFreqModDepth,
kParamTuningRange,
kParamActiveVoices,
kParamSquareVolume,
kNumGlobalParameters
} |
enum | VoiceParameters {
kVolumeMod,
kTuningMod,
kPanningLeft,
kPanningRight,
kNoiseVolume,
kFilterFrequencyMod,
kFilterQMod,
kSinusVolume,
kTriangleVolume,
kFilterType,
kTriangleSlope,
kSinusDetune,
kReleaseTimeMod,
kSquareVolume,
kNumParameters
} |